-
Couldn't load subscription status.
- Fork 41
Put pages into groups, include tutorials #1007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
6f4372d to
c33ddb6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generating docs throws warnings
| "Get started with Membrane": | ||
| Path.wildcard("guides/membrane_tutorials/get_started_with_membrane/*.md"), | ||
| "Intro to pipelines": Path.wildcard("guides/membrane_tutorials/basic_pipeline/*.md"), | ||
| "Intro to pipelines - advanced concepts": | ||
| Path.wildcard("guides/membrane_tutorials/basic_pipeline_extension/*.md"), | ||
| "Creating plugins": Path.wildcard("guides/membrane_tutorials/create_new_plugin/*.md"), | ||
| "Useful concepts": Path.wildcard("guides/useful_concepts/*.md"), | ||
| H264: Path.wildcard("guides/membrane_tutorials/h264/*.md"), | ||
| Broadcasting: Path.wildcard("guides/membrane_tutorials/broadcasting/*.md"), | ||
| Glossary: Path.wildcard("guides/membrane_tutorials/glossary/*.md"), | ||
| Upgrading: Path.wildcard("guides/upgrading/*.md") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Can we generate this automatically?
- I thought you merged the pipelines tutorials into one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We can but I'm not sure if we should, this way it's easier to modify the titles and you have more fine grained control
- I did, I removed this group in the next PR, but if a group has no contets it's not being displayed, so dont worry, it's not visible. About the warnings, they are thrown because
membrane_tutorialfixing them isn't merged yet, and the submodule in guides points to the master branch.
membrane_tutorialsin the docsToDo: